home *** CD-ROM | disk | FTP | other *** search
- if(gotit == 0 and getProperty("../jug", _X) == _X and getProperty("../jug", _Y) == _Y)
- {
- tellTarget(_root.audio.points)
- {
- gotoAndPlay(2);
- }
- gotit = 1;
- _visible = 0;
- _root.tiempo = _root.tiempo + 3 + random(10);
- _root.sc += 1;
- set("_root.jug:t",-5);
- set("_root.jug:dx",0);
- set("_root.jug:dy",0);
- }
-